home *** CD-ROM | disk | FTP | other *** search
/ Haight-Ashbury in the Sixties / Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso / mac / MAIN / TUNEIN / TUNEIN01.DIR / 00283_Script_283 < prev    next >
Text File  |  1995-06-01  |  441b  |  13 lines

  1. on mouseDown
  2.   
  3.   set the puppet of sprite the clickon - 10 = true
  4.   set the castNum of sprite the clickon - 10 = the number of cast ("button "&string(the clickon - 19)&" hilite")
  5.   updateStage
  6.   readPlaylistFromDisk
  7.   global gPlayListDisplayList, gPlaylistMasterList
  8.   put "" into field "playlist display list"
  9.   set gPlaylistMasterList = []
  10.   createPlaylistDisplayList
  11.   set the puppet of sprite the clickon - 10 = false
  12.   
  13. end